home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / default / rsync < prev    next >
Text File  |  2009-06-25  |  1KB  |  33 lines

  1. # defaults file for rsync daemon mode
  2.  
  3. # start rsync in daemon mode from init.d script?
  4. #  only allowed values are "true", "false", and "inetd"
  5. #  Use "inetd" if you want to start the rsyncd from inetd,
  6. #  all this does is prevent the init.d script from printing a message
  7. #  about not starting rsyncd (you still need to modify inetd's config yourself).
  8. RSYNC_ENABLE=false
  9.  
  10. # which file should be used as the configuration file for rsync.
  11. # This file is used instead of the default /etc/rsyncd.conf
  12. # Warning: This option has no effect if the daemon is accessed
  13. #          using a remote shell. When using a different file for
  14. #          rsync you might want to symlink /etc/rsyncd.conf to
  15. #          that file.
  16. # RSYNC_CONFIG_FILE=
  17.  
  18. # what extra options to give rsync --daemon?
  19. #  that excludes the --daemon; that's always done in the init.d script
  20. #  Possibilities are:
  21. #   --address=123.45.67.89        (bind to a specific IP address)
  22. #   --port=8730                (bind to specified port; default 873)
  23. RSYNC_OPTS=''
  24.  
  25. # run rsyncd at a nice level?
  26. #  the rsync daemon can impact performance due to much I/O and CPU usage,
  27. #  so you may want to run it at a nicer priority than the default priority.
  28. #  Allowed values are 0 - 19 inclusive; 10 is a reasonable value.
  29. RSYNC_NICE=''
  30.  
  31. # Don't forget to create an appropriate config file,
  32. # else the daemon will not start.
  33.